Html Css Color HEX #CB83C2 Orchid

📋 copy color: '#CB83C2'

red 203 ◦ green 131 ◦ blue 194

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

Shades of Orchid #CB83C2

Tints of Orchid #CB83C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 38.45%
G = 24.81%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB83C2 (or 0xCB83C2) is known color: Orchid. HEX triplet: CB, 83 and C2. RGB value is (203,131,194). Sum of RGB (Red+Green+Blue) = 203+131+194=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C2 is #347C3D. Grayscale: #9F9F9F. Windows color (decimal): -3439678 or 12747723. OLE color: 12747723.

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

Color convert

RGB 203 131 194 -
CMYK 0 0.35 0.04 0.20
HSL 307.5º 0.41% 0.65% -
HSV(B) 307.5º 0.35% 0.8% -
XYZ 42.48 32.82 55.14 -
YUV 159.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 203 131 194 0 0.35 0.04 0.20 307.5 0.41 0.65
Hex CB 83 C2 0 23 4 14 134 29 41
Octal 313 203 302 0 43 4 24 464 51 101
Binary 11001011 10000011 11000010 0 100011 100 10100 100110100 101001 1000001

Color Harmonies of #CB83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83C2

Black with #CB83C2

Text Example


Text Example

White with #CB83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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