Html Css Color HEX #CB83BF Orchid

📋 copy color: '#CB83BF'

red 203 ◦ green 131 ◦ blue 191

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

Shades of Orchid #CB83BF

Tints of Orchid #CB83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.38%

R = 38.67%
G = 24.95%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB83BF (or 0xCB83BF) is known color: Orchid. HEX triplet: CB, 83 and BF. RGB value is (203,131,191). Sum of RGB (Red+Green+Blue) = 203+131+191=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83BF is #347C40. Grayscale: #9F9F9F. Windows color (decimal): -3439681 or 12551115. OLE color: 12551115.

HSL color Cylindrical-coordinate representation of color #CB83BF: hue angle of 310º 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 #CB83BF is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 191 -
CMYK 0 0.35 0.06 0.20
HSL 310º 0.41% 0.65% -
HSV(B) 310º 0.35% 0.8% -
XYZ 42.15 32.69 53.38 -
YUV 159.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 203 131 191 0 0.35 0.06 0.20 310 0.41 0.65
Hex CB 83 BF 0 23 6 14 136 29 41
Octal 313 203 277 0 43 6 24 466 51 101
Binary 11001011 10000011 10111111 0 100011 110 10100 100110110 101001 1000001

Color Harmonies of #CB83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83BF

Black with #CB83BF

Text Example


Text Example

White with #CB83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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