#CF84D4

Color #CF84D4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF84D4

Tints of Orchid #CF84D4

Color information

#CF84D4 (or 0xCF84D4) is unknown color: approx Orchid. HEX triplet: CF, 84 and D4. RGB value is (207,132,212). Sum of RGB (Red+Green+Blue) = 207+132+212=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF84D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84D4 is #307B2B. Grayscale: #A3A3A3. Windows color (decimal): -3177260 or 13927631. OLE color: 13927631.

HSL color Cylindrical-coordinate representation of color #CF84D4: hue angle of 296.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF84D4 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207132212-
CMYK0.020.3800.17
HSL296.25º48.19%67.45%-
HSV(B)296.25º37.74%83.14%-
XYZ45.8734.5266.53-
YUV163.55155.35159-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=37.57%
G=23.96%
B=38.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071322120.020.3800.17296.2548.1967.45
HexCF84D42260111283043
Octal31720432424602145060103
Binary110011111000010011010100101001100100011001010001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84D4; }

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

 H1.HeaderClassName
 {
   color: #CF84D4;
 }
 .AnyTagClassName
 {
   color: #CF84D4;
 }
</style>
background-color css

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

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

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

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

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

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