Html Css Color HEX #CF87CA Orchid

📋 copy color: '#CF87CA'

red 207 ◦ green 135 ◦ blue 202

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

Shades of Orchid #CF87CA

Tints of Orchid #CF87CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 38.05%
G = 24.82%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF87CA (or 0xCF87CA) is known color: Orchid. HEX triplet: CF, 87 and CA. RGB value is (207,135,202). Sum of RGB (Red+Green+Blue) = 207+135+202=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87CA is #307835. Grayscale: #A3A3A3. Windows color (decimal): -3176502 or 13273039. OLE color: 13273039.

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

Color convert

RGB 207 135 202 -
CMYK 0 0.35 0.02 0.19
HSL 304.17º 0.43% 0.67% -
HSV(B) 304.17º 0.35% 0.81% -
XYZ 45.06 34.86 60.23 -
YUV 164.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 207 135 202 0 0.35 0.02 0.19 304.17 0.43 0.67
Hex CF 87 CA 0 23 2 13 130 2B 43
Octal 317 207 312 0 43 2 23 460 53 103
Binary 11001111 10000111 11001010 0 100011 10 10011 100110000 101011 1000011

Color Harmonies of #CF87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87CA

Black with #CF87CA

Text Example


Text Example

White with #CF87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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