Html Css Color HEX #CF84C6 Orchid

📋 copy color: '#CF84C6'

red 207 ◦ green 132 ◦ blue 198

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

Shades of Orchid #CF84C6

Tints of Orchid #CF84C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 38.55%
G = 24.58%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF84C6 (or 0xCF84C6) is known color: Orchid. HEX triplet: CF, 84 and C6. RGB value is (207,132,198). Sum of RGB (Red+Green+Blue) = 207+132+198=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84C6 is #307B39. Grayscale: #A1A1A1. Windows color (decimal): -3177274 or 13010127. OLE color: 13010127.

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

Color convert

RGB 207 132 198 -
CMYK 0 0.36 0.04 0.19
HSL 307.2º 0.44% 0.66% -
HSV(B) 307.2º 0.36% 0.81% -
XYZ 44.18 33.85 57.63 -
YUV 161.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 207 132 198 0 0.36 0.04 0.19 307.2 0.44 0.66
Hex CF 84 C6 0 24 4 13 133 2C 42
Octal 317 204 306 0 44 4 23 463 54 102
Binary 11001111 10000100 11000110 0 100100 100 10011 100110011 101100 1000010

Color Harmonies of #CF84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84C6

Black with #CF84C6

Text Example


Text Example

White with #CF84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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