Html Css Color HEX #CB83D6 Orchid

📋 copy color: '#CB83D6'

red 203 ◦ green 131 ◦ blue 214

#CB83D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB83D6

Tints of Orchid #CB83D6

RGB

 RED value IS 203 (79.69% from 255) = 37.04%

 GREEN value IS 131 (51.56% from 255) = 23.91%

 BLUE value IS 214 (83.98% from 255) = 39.05%

R = 37.04%
G = 23.91%
B = 39.05%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB83D6 (or 0xCB83D6) is known color: Orchid. HEX triplet: CB, 83 and D6. RGB value is (203,131,214). Sum of RGB (Red+Green+Blue) = 203+131+214=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB83D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83D6 is #347C29. Grayscale: #A1A1A1. Windows color (decimal): -3439658 or 14058443. OLE color: 14058443.

HSL color Cylindrical-coordinate representation of color #CB83D6: hue angle of 292.05º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB83D6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 131 214 -
CMYK 0.05 0.39 0 0.16
HSL 292.05º 0.5% 0.68% -
HSV(B) 292.05º 0.39% 0.84% -
XYZ 44.88 33.78 67.77 -
YUV 161.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 203 131 214 0.05 0.39 0 0.16 292.05 0.5 0.68
Hex CB 83 D6 5 27 0 10 124 32 44
Octal 313 203 326 5 47 0 20 444 62 104
Binary 11001011 10000011 11010110 101 100111 0 10000 100100100 110010 1000100

Color Harmonies of #CB83D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83D6

Black with #CB83D6

Text Example


Text Example

White with #CB83D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83D6; }

 p { color: rgb(203,131,214); }

 H1.HeaderClassName
 {
   color: #CB83D6;
 }
 .AnyTagClassName
 {
   color: #CB83D6;
 }
</style>

background-color css

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

 a { background-color: rgb(203,131,214); }

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

border-color css

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

 span { border-color: rgb(203,131,214); }

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