#cb67d8

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

Shades of Orchid #CB67D8

Tints of Orchid #CB67D8

Color information

#CB67D8 (or 0xCB67D8) is unknown color: approx Orchid. HEX triplet: CB, 67 and D8. RGB value is (203,103,216). Sum of RGB (Red+Green+Blue) = 203+103+216=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB67D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67D8 is #349827. Grayscale: #919191. Windows color (decimal): -3446824 or 14182347. OLE color: 14182347.

HSL color Cylindrical-coordinate representation of color #CB67D8: hue angle of 293.1º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB67D8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203103216-
CMYK0.060.5200.15
HSL293.1º59.16%62.55%-
HSV(B)293.1º52.31%84.71%-
XYZ41.8727.3568.04-
YUV145.78167.63168.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 103 (40.62% from 255) = 19.73%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=38.89%
G=19.73%
B=41.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031032160.060.5200.15293.159.1662.55
HexCB67D86340F1253b3f
Octal3131473306640174457377
Binary1100101111001111101100011011010001111100100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb67d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb67d8; }

 p { color: rgb(203,103,216); }

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

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

 a { background-color: rgb(203,103,216); }

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

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

 span { border-color: rgb(203,103,216); }

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