#CF7FF4

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

Shades of Heliotrope #CF7FF4

Tints of Heliotrope #CF7FF4

Color information

#CF7FF4 (or 0xCF7FF4) is unknown color: approx Heliotrope. HEX triplet: CF, 7F and F4. RGB value is (207,127,244). Sum of RGB (Red+Green+Blue) = 207+127+244=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF7FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FF4 is #30800B. Grayscale: #A3A3A3. Windows color (decimal): -3178508 or 16023503. OLE color: 16023503.

HSL color Cylindrical-coordinate representation of color #CF7FF4: hue angle of 281.03º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7FF4 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207127244-
CMYK0.150.4800.04
HSL281.03º84.17%72.75%-
HSV(B)281.03º47.95%95.69%-
XYZ49.6534.9889.72-
YUV164.26173158.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 127 (50% from 255) = 21.97%
BLUE value IS 244 (95.70% from 255) = 42.21%
R=35.81%
G=21.97%
B=42.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071272440.150.4800.04281.0384.1772.75
HexCF7FF4F30041195449
Octal317177364176004431124111
Binary110011111111111111101001111110000010010001100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FF4; }

 p { color: rgb(207,127,244); }

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

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

 a { background-color: rgb(207,127,244); }

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

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

 span { border-color: rgb(207,127,244); }

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