#CB63D4

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

Shades of Orchid #CB63D4

Tints of Orchid #CB63D4

Color information

#CB63D4 (or 0xCB63D4) is unknown color: approx Orchid. HEX triplet: CB, 63 and D4. RGB value is (203,99,212). Sum of RGB (Red+Green+Blue) = 203+99+212=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB63D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB63D4 is #349C2B. Grayscale: #8E8E8E. Windows color (decimal): -3447852 or 13919179. OLE color: 13919179.

HSL color Cylindrical-coordinate representation of color #CB63D4: hue angle of 295.22º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB63D4 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20399212-
CMYK0.040.5300.17
HSL295.22º56.78%60.98%-
HSV(B)295.22º53.3%83.14%-
XYZ40.9726.3765.22-
YUV142.98166.96170.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 99 (39.06% from 255) = 19.26%
BLUE value IS 212 (83.20% from 255) = 41.25%
R=39.49%
G=19.26%
B=41.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203992120.040.5300.17295.2256.7860.98
HexCB63D4435011127393d
Octal3131433244650214477175
Binary11001011110001111010100100110101010001100100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB63D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB63D4; }

 p { color: rgb(203,99,212); }

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

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

 a { background-color: rgb(203,99,212); }

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

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

 span { border-color: rgb(203,99,212); }

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