Html Css Color HEX #CD66DF Orchid

📋 copy color: '#CD66DF'

red 205 ◦ green 102 ◦ blue 223

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

Shades of Orchid #CD66DF

Tints of Orchid #CD66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.25%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 38.68%
G = 19.25%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD66DF (or 0xCD66DF) is known color: Orchid. HEX triplet: CD, 66 and DF. RGB value is (205,102,223). Sum of RGB (Red+Green+Blue) = 205+102+223=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD66DF is #329920. Grayscale: #929292. Windows color (decimal): -3316001 or 14640845. OLE color: 14640845.

HSL color Cylindrical-coordinate representation of color #CD66DF: hue angle of 291.07º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD66DF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 102 223 -
CMYK 0.08 0.54 0 0.13
HSL 291.07º 0.65% 0.64% -
HSV(B) 291.07º 0.54% 0.87% -
XYZ 43.25 27.81 72.9 -
YUV 146.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 205 102 223 0.08 0.54 0 0.13 291.07 0.65 0.64
Hex CD 66 DF 8 36 0 D 123 41 40
Octal 315 146 337 10 66 0 15 443 101 100
Binary 11001101 1100110 11011111 1000 110110 0 1101 100100011 1000001 1000000

Color Harmonies of #CD66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD66DF

Black with #CD66DF

Text Example


Text Example

White with #CD66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD66DF; }

 p { color: rgb(205,102,223); }

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

background-color css

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

 a { background-color: rgb(205,102,223); }

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

border-color css

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

 span { border-color: rgb(205,102,223); }

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