Html Css Color HEX #CB83CB Orchid

📋 copy color: '#CB83CB'

red 203 ◦ green 131 ◦ blue 203

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

Shades of Orchid #CB83CB

Tints of Orchid #CB83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 37.8%
G = 24.39%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB83CB (or 0xCB83CB) is known color: Orchid. HEX triplet: CB, 83 and CB. RGB value is (203,131,203). Sum of RGB (Red+Green+Blue) = 203+131+203=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83CB is #347C34. Grayscale: #A0A0A0. Windows color (decimal): -3439669 or 13337547. OLE color: 13337547.

HSL color Cylindrical-coordinate representation of color #CB83CB: hue angle of 300º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83CB is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 203 -
CMYK 0 0.35 0 0.20
HSL 300º 0.41% 0.65% -
HSV(B) 300º 0.35% 0.8% -
XYZ 43.52 33.24 60.62 -
YUV 160.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 203 131 203 0 0.35 0 0.20 300 0.41 0.65
Hex CB 83 CB 0 23 0 14 12C 29 41
Octal 313 203 313 0 43 0 24 454 51 101
Binary 11001011 10000011 11001011 0 100011 0 10100 100101100 101001 1000001

Color Harmonies of #CB83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83CB

Black with #CB83CB

Text Example


Text Example

White with #CB83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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