Html Css Color HEX #CF84D6 Orchid

📋 copy color: '#CF84D6'

red 207 ◦ green 132 ◦ blue 214

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

Shades of Orchid #CF84D6

Tints of Orchid #CF84D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 37.43%
G = 23.87%
B = 38.7%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF84D6 (or 0xCF84D6) is known color: Orchid. HEX triplet: CF, 84 and D6. RGB value is (207,132,214). Sum of RGB (Red+Green+Blue) = 207+132+214=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84D6 is #307B29. Grayscale: #A3A3A3. Windows color (decimal): -3177258 or 14058703. OLE color: 14058703.

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

Color convert

RGB 207 132 214 -
CMYK 0.03 0.38 0 0.16
HSL 294.88º 0.5% 0.68% -
HSV(B) 294.88º 0.38% 0.84% -
XYZ 46.12 34.62 67.87 -
YUV 163.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 207 132 214 0.03 0.38 0 0.16 294.88 0.5 0.68
Hex CF 84 D6 3 26 0 10 127 32 44
Octal 317 204 326 3 46 0 20 447 62 104
Binary 11001111 10000100 11010110 11 100110 0 10000 100100111 110010 1000100

Color Harmonies of #CF84D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF84D6

Black with #CF84D6

Text Example


Text Example

White with #CF84D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF84D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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