Html Css Color HEX #CF87CE Orchid

📋 copy color: '#CF87CE'

red 207 ◦ green 135 ◦ blue 206

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

Shades of Orchid #CF87CE

Tints of Orchid #CF87CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.64%

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

R = 37.77%
G = 24.64%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF87CE (or 0xCF87CE) is known color: Orchid. HEX triplet: CF, 87 and CE. RGB value is (207,135,206). Sum of RGB (Red+Green+Blue) = 207+135+206=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87CE is #307831. Grayscale: #A4A4A4. Windows color (decimal): -3176498 or 13535183. OLE color: 13535183.

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

Color convert

RGB 207 135 206 -
CMYK 0 0.35 0.00 0.19
HSL 300.83º 0.43% 0.67% -
HSV(B) 300.83º 0.35% 0.81% -
XYZ 45.54 35.05 62.76 -
YUV 164.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 207 135 206 0 0.35 0.00 0.19 300.83 0.43 0.67
Hex CF 87 CE 0 23 0 13 12D 2B 43
Octal 317 207 316 0 43 0 23 455 53 103
Binary 11001111 10000111 11001110 0 100011 0 10011 100101101 101011 1000011

Color Harmonies of #CF87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87CE

Black with #CF87CE

Text Example


Text Example

White with #CF87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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