Html Css Color HEX #CD6AD0 Orchid

📋 copy color: '#CD6AD0'

red 205 ◦ green 106 ◦ blue 208

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

Shades of Orchid #CD6AD0

Tints of Orchid #CD6AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 39.5%
G = 20.42%
B = 40.08%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD6AD0 (or 0xCD6AD0) is known color: Orchid. HEX triplet: CD, 6A and D0. RGB value is (205,106,208). Sum of RGB (Red+Green+Blue) = 205+106+208=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6AD0 is #32952F. Grayscale: #929292. Windows color (decimal): -3314992 or 13658829. OLE color: 13658829.

HSL color Cylindrical-coordinate representation of color #CD6AD0: hue angle of 298.24º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6AD0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 106 208 -
CMYK 0.01 0.49 0 0.18
HSL 298.24º 0.52% 0.62% -
HSV(B) 298.24º 0.49% 0.82% -
XYZ 41.72 27.84 62.85 -
YUV 147.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 205 106 208 0.01 0.49 0 0.18 298.24 0.52 0.62
Hex CD 6A D0 1 31 0 12 12A 34 3E
Octal 315 152 320 1 61 0 22 452 64 76
Binary 11001101 1101010 11010000 1 110001 0 10010 100101010 110100 111110

Color Harmonies of #CD6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6AD0

Black with #CD6AD0

Text Example


Text Example

White with #CD6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6AD0; }

 p { color: rgb(205,106,208); }

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

background-color css

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

 a { background-color: rgb(205,106,208); }

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

border-color css

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

 span { border-color: rgb(205,106,208); }

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