Html Css Color HEX #CB83D7 Orchid

📋 copy color: '#CB83D7'

red 203 ◦ green 131 ◦ blue 215

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

Shades of Orchid #CB83D7

Tints of Orchid #CB83D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 36.98%
G = 23.86%
B = 39.16%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB83D7 (or 0xCB83D7) is known color: Orchid. HEX triplet: CB, 83 and D7. RGB value is (203,131,215). Sum of RGB (Red+Green+Blue) = 203+131+215=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB83D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83D7 is #347C28. Grayscale: #A1A1A1. Windows color (decimal): -3439657 or 14123979. OLE color: 14123979.

HSL color Cylindrical-coordinate representation of color #CB83D7: hue angle of 291.43º degrees, saturation: 0.51, 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 #CB83D7 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 131 215 -
CMYK 0.06 0.39 0 0.16
HSL 291.43º 0.51% 0.68% -
HSV(B) 291.43º 0.39% 0.84% -
XYZ 45.01 33.84 68.45 -
YUV 162.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 203 131 215 0.06 0.39 0 0.16 291.43 0.51 0.68
Hex CB 83 D7 6 27 0 10 123 33 44
Octal 313 203 327 6 47 0 20 443 63 104
Binary 11001011 10000011 11010111 110 100111 0 10000 100100011 110011 1000100

Color Harmonies of #CB83D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83D7

Black with #CB83D7

Text Example


Text Example

White with #CB83D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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