Html Css Color HEX #CD85C9 Orchid

📋 copy color: '#CD85C9'

red 205 ◦ green 133 ◦ blue 201

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

Shades of Orchid #CD85C9

Tints of Orchid #CD85C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.29%

R = 38.03%
G = 24.68%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CD85C9 (or 0xCD85C9) is known color: Orchid. HEX triplet: CD, 85 and C9. RGB value is (205,133,201). Sum of RGB (Red+Green+Blue) = 205+133+201=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CD85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85C9 is #327A36. Grayscale: #A2A2A2. Windows color (decimal): -3308087 or 13206989. OLE color: 13206989.

HSL color Cylindrical-coordinate representation of color #CD85C9: hue angle of 303.33º 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 #CD85C9 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 201 -
CMYK 0 0.35 0.02 0.20
HSL 303.33º 0.42% 0.66% -
HSV(B) 303.33º 0.35% 0.8% -
XYZ 44.11 33.97 59.49 -
YUV 162.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 205 133 201 0 0.35 0.02 0.20 303.33 0.42 0.66
Hex CD 85 C9 0 23 2 14 12F 2A 42
Octal 315 205 311 0 43 2 24 457 52 102
Binary 11001101 10000101 11001001 0 100011 10 10100 100101111 101010 1000010

Color Harmonies of #CD85C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85C9

Black with #CD85C9

Text Example


Text Example

White with #CD85C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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