#CF63E0

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

Shades of Orchid #CF63E0

Tints of Orchid #CF63E0

Color information

#CF63E0 (or 0xCF63E0) is unknown color: approx Orchid. HEX triplet: CF, 63 and E0. RGB value is (207,99,224). Sum of RGB (Red+Green+Blue) = 207+99+224=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63E0 is #309C1F. Grayscale: #919191. Windows color (decimal): -3185696 or 14705615. OLE color: 14705615.

HSL color Cylindrical-coordinate representation of color #CF63E0: hue angle of 291.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF63E0 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20799224-
CMYK0.080.5600.12
HSL291.84º66.84%63.33%-
HSV(B)291.84º55.8%87.84%-
XYZ43.6527.5773.54-
YUV145.54172.28171.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 99 (39.06% from 255) = 18.68%
BLUE value IS 224 (87.89% from 255) = 42.26%
R=39.06%
G=18.68%
B=42.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207992240.080.5600.12291.8466.8463.33
HexCF63E08380C124433f
Octal317143340107001444410377
Binary110011111100011111000001000111000011001001001001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF63E0; }

 p { color: rgb(207,99,224); }

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

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

 a { background-color: rgb(207,99,224); }

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

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

 span { border-color: rgb(207,99,224); }

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