Html Css Color HEX #CF85CE Orchid

📋 copy color: '#CF85CE'

red 207 ◦ green 133 ◦ blue 206

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

Shades of Orchid #CF85CE

Tints of Orchid #CF85CE

RGB

 RED value IS 207 (81.25% from 255) = 37.91%

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 37.91%
G = 24.36%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF85CE (or 0xCF85CE) is known color: Orchid. HEX triplet: CF, 85 and CE. RGB value is (207,133,206). Sum of RGB (Red+Green+Blue) = 207+133+206=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CE is #307A31. Grayscale: #A3A3A3. Windows color (decimal): -3177010 or 13534671. OLE color: 13534671.

HSL color Cylindrical-coordinate representation of color #CF85CE: hue angle of 300.81º 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 #CF85CE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 206 -
CMYK 0 0.36 0.00 0.19
HSL 300.81º 0.44% 0.67% -
HSV(B) 300.81º 0.36% 0.81% -
XYZ 45.26 34.5 62.67 -
YUV 163.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 207 133 206 0 0.36 0.00 0.19 300.81 0.44 0.67
Hex CF 85 CE 0 24 0 13 12D 2C 43
Octal 317 205 316 0 44 0 23 455 54 103
Binary 11001111 10000101 11001110 0 100100 0 10011 100101101 101100 1000011

Color Harmonies of #CF85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85CE

Black with #CF85CE

Text Example


Text Example

White with #CF85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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