Html Css Color HEX #CD6DC0 Orchid

📋 copy color: '#CD6DC0'

red 205 ◦ green 109 ◦ blue 192

#CD6DC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD6DC0

Tints of Orchid #CD6DC0

RGB

 RED value IS 205 (80.47% from 255) = 40.51%

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 40.51%
G = 21.54%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD6DC0 (or 0xCD6DC0) is known color: Orchid. HEX triplet: CD, 6D and C0. RGB value is (205,109,192). Sum of RGB (Red+Green+Blue) = 205+109+192=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DC0 is #32923F. Grayscale: #929292. Windows color (decimal): -3314240 or 12611021. OLE color: 12611021.

HSL color Cylindrical-coordinate representation of color #CD6DC0: hue angle of 308.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DC0 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 109 192 -
CMYK 0 0.47 0.06 0.20
HSL 308.13º 0.49% 0.62% -
HSV(B) 308.13º 0.47% 0.8% -
XYZ 40.16 27.72 53.1 -
YUV 147.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 205 109 192 0 0.47 0.06 0.20 308.13 0.49 0.62
Hex CD 6D C0 0 2F 6 14 134 31 3E
Octal 315 155 300 0 57 6 24 464 61 76
Binary 11001101 1101101 11000000 0 101111 110 10100 100110100 110001 111110

Color Harmonies of #CD6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6DC0

Black with #CD6DC0

Text Example


Text Example

White with #CD6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6DC0; }

 p { color: rgb(205,109,192); }

 H1.HeaderClassName
 {
   color: #CD6DC0;
 }
 .AnyTagClassName
 {
   color: #CD6DC0;
 }
</style>

background-color css

<style>
 a { background-color: #CD6DC0; }

 a { background-color: rgb(205,109,192); }

 div.DivClassName
 {
   background-color: #CD6DC0;
 }
 .BgClassName
 {
   background-color: #CD6DC0;
 }
</style>

border-color css

<style>
 span { border-color: #CD6DC0; }

 span { border-color: rgb(205,109,192); }

 td.TdClassName
 {
   border-color: #CD6DC0;
 }
 .TagClassName
 {
   border-color: #CD6DC0;
 }
</style>