Html Css Color HEX #CD85CF Orchid

📋 copy color: '#CD85CF'

red 205 ◦ green 133 ◦ blue 207

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

Shades of Orchid #CD85CF

Tints of Orchid #CD85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 37.61%
G = 24.4%
B = 37.98%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD85CF (or 0xCD85CF) is known color: Orchid. HEX triplet: CD, 85 and CF. RGB value is (205,133,207). Sum of RGB (Red+Green+Blue) = 205+133+207=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85CF is #327A30. Grayscale: #A2A2A2. Windows color (decimal): -3308081 or 13600205. OLE color: 13600205.

HSL color Cylindrical-coordinate representation of color #CD85CF: hue angle of 298.38º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD85CF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 133 207 -
CMYK 0.01 0.36 0 0.19
HSL 298.38º 0.44% 0.67% -
HSV(B) 298.38º 0.36% 0.81% -
XYZ 44.83 34.26 63.28 -
YUV 162.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 205 133 207 0.01 0.36 0 0.19 298.38 0.44 0.67
Hex CD 85 CF 1 24 0 13 12A 2C 43
Octal 315 205 317 1 44 0 23 452 54 103
Binary 11001101 10000101 11001111 1 100100 0 10011 100101010 101100 1000011

Color Harmonies of #CD85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85CF

Black with #CD85CF

Text Example


Text Example

White with #CD85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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