#CB6FE5

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

Shades of Orchid #CB6FE5

Tints of Orchid #CB6FE5

Color information

#CB6FE5 (or 0xCB6FE5) is unknown color: approx Orchid. HEX triplet: CB, 6F and E5. RGB value is (203,111,229). Sum of RGB (Red+Green+Blue) = 203+111+229=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FE5 is #34901A. Grayscale: #979797. Windows color (decimal): -3444763 or 15036363. OLE color: 15036363.

HSL color Cylindrical-coordinate representation of color #CB6FE5: hue angle of 286.78º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6FE5 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203111229-
CMYK0.110.5200.10
HSL286.78º69.41%66.67%-
HSV(B)286.78º51.53%89.8%-
XYZ44.4629.7277.52-
YUV151.96171.48164.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 111 (43.75% from 255) = 20.44%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=37.38%
G=20.44%
B=42.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031112290.110.5200.10286.7869.4166.67
HexCB6FE5B340A11f4543
Octal3131573451364012437105103
Binary1100101111011111110010110111101000101010001111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6FE5; }

 p { color: rgb(203,111,229); }

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

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

 a { background-color: rgb(203,111,229); }

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

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

 span { border-color: rgb(203,111,229); }

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