Html Css Color HEX #CD85CC Orchid

📋 copy color: '#CD85CC'

red 205 ◦ green 133 ◦ blue 204

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

Shades of Orchid #CD85CC

Tints of Orchid #CD85CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.54%

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 37.82%
G = 24.54%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD85CC (or 0xCD85CC) is known color: Orchid. HEX triplet: CD, 85 and CC. RGB value is (205,133,204). Sum of RGB (Red+Green+Blue) = 205+133+204=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85CC is #327A33. Grayscale: #A2A2A2. Windows color (decimal): -3308084 or 13403597. OLE color: 13403597.

HSL color Cylindrical-coordinate representation of color #CD85CC: hue angle of 300.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD85CC is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 204 -
CMYK 0 0.35 0.00 0.20
HSL 300.83º 0.42% 0.66% -
HSV(B) 300.83º 0.35% 0.8% -
XYZ 44.46 34.11 61.37 -
YUV 162.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 205 133 204 0 0.35 0.00 0.20 300.83 0.42 0.66
Hex CD 85 CC 0 23 0 14 12D 2A 42
Octal 315 205 314 0 43 0 24 455 52 102
Binary 11001101 10000101 11001100 0 100011 0 10100 100101101 101010 1000010

Color Harmonies of #CD85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85CC

Black with #CD85CC

Text Example


Text Example

White with #CD85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85CC; }

 p { color: rgb(205,133,204); }

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

background-color css

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

 a { background-color: rgb(205,133,204); }

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

border-color css

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

 span { border-color: rgb(205,133,204); }

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