Html Css Color HEX #CF84CA Orchid

📋 copy color: '#CF84CA'

red 207 ◦ green 132 ◦ blue 202

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

Shades of Orchid #CF84CA

Tints of Orchid #CF84CA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.4%

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

R = 38.26%
G = 24.4%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF84CA (or 0xCF84CA) is known color: Orchid. HEX triplet: CF, 84 and CA. RGB value is (207,132,202). Sum of RGB (Red+Green+Blue) = 207+132+202=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84CA is #307B35. Grayscale: #A2A2A2. Windows color (decimal): -3177270 or 13272271. OLE color: 13272271.

HSL color Cylindrical-coordinate representation of color #CF84CA: hue angle of 304º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84CA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 202 -
CMYK 0 0.36 0.02 0.19
HSL 304º 0.44% 0.66% -
HSV(B) 304º 0.36% 0.81% -
XYZ 44.64 34.03 60.09 -
YUV 162.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 207 132 202 0 0.36 0.02 0.19 304 0.44 0.66
Hex CF 84 CA 0 24 2 13 130 2C 42
Octal 317 204 312 0 44 2 23 460 54 102
Binary 11001111 10000100 11001010 0 100100 10 10011 100110000 101100 1000010

Color Harmonies of #CF84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84CA

Black with #CF84CA

Text Example


Text Example

White with #CF84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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