Html Css Color HEX #CF87D7 Orchid

📋 copy color: '#CF87D7'

red 207 ◦ green 135 ◦ blue 215

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

Shades of Orchid #CF87D7

Tints of Orchid #CF87D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 37.16%
G = 24.24%
B = 38.6%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF87D7 (or 0xCF87D7) is known color: Orchid. HEX triplet: CF, 87 and D7. RGB value is (207,135,215). Sum of RGB (Red+Green+Blue) = 207+135+215=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF87D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87D7 is #307828. Grayscale: #A5A5A5. Windows color (decimal): -3176489 or 14125007. OLE color: 14125007.

HSL color Cylindrical-coordinate representation of color #CF87D7: hue angle of 294º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF87D7 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 135 215 -
CMYK 0.04 0.37 0 0.16
HSL 294º 0.5% 0.69% -
HSV(B) 294º 0.37% 0.84% -
XYZ 46.66 35.5 68.68 -
YUV 165.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 207 135 215 0.04 0.37 0 0.16 294 0.5 0.69
Hex CF 87 D7 4 25 0 10 126 32 45
Octal 317 207 327 4 45 0 20 446 62 105
Binary 11001111 10000111 11010111 100 100101 0 10000 100100110 110010 1000101

Color Harmonies of #CF87D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87D7

Black with #CF87D7

Text Example


Text Example

White with #CF87D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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