Html Css Color HEX #CF87CF Orchid

📋 copy color: '#CF87CF'

red 207 ◦ green 135 ◦ blue 207

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

Shades of Orchid #CF87CF

Tints of Orchid #CF87CF

RGB

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

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

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

R = 37.7%
G = 24.59%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF87CF (or 0xCF87CF) is known color: Orchid. HEX triplet: CF, 87 and CF. RGB value is (207,135,207). Sum of RGB (Red+Green+Blue) = 207+135+207=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87CF is #307830. Grayscale: #A4A4A4. Windows color (decimal): -3176497 or 13600719. OLE color: 13600719.

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

Color convert

RGB 207 135 207 -
CMYK 0 0.35 0 0.19
HSL 300º 0.43% 0.67% -
HSV(B) 300º 0.35% 0.81% -
XYZ 45.66 35.1 63.4 -
YUV 164.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 207 135 207 0 0.35 0 0.19 300 0.43 0.67
Hex CF 87 CF 0 23 0 13 12C 2B 43
Octal 317 207 317 0 43 0 23 454 53 103
Binary 11001111 10000111 11001111 0 100011 0 10011 100101100 101011 1000011

Color Harmonies of #CF87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87CF

Black with #CF87CF

Text Example


Text Example

White with #CF87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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