Html Css Color HEX #CB83C4 Orchid

📋 copy color: '#CB83C4'

red 203 ◦ green 131 ◦ blue 196

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

Shades of Orchid #CB83C4

Tints of Orchid #CB83C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.98%

R = 38.3%
G = 24.72%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB83C4 (or 0xCB83C4) is known color: Orchid. HEX triplet: CB, 83 and C4. RGB value is (203,131,196). Sum of RGB (Red+Green+Blue) = 203+131+196=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83C4 is #347C3B. Grayscale: #9F9F9F. Windows color (decimal): -3439676 or 12878795. OLE color: 12878795.

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

Color convert

RGB 203 131 196 -
CMYK 0 0.35 0.03 0.20
HSL 305.83º 0.41% 0.65% -
HSV(B) 305.83º 0.35% 0.8% -
XYZ 42.71 32.91 56.33 -
YUV 159.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 203 131 196 0 0.35 0.03 0.20 305.83 0.41 0.65
Hex CB 83 C4 0 23 3 14 132 29 41
Octal 313 203 304 0 43 3 24 462 51 101
Binary 11001011 10000011 11000100 0 100011 11 10100 100110010 101001 1000001

Color Harmonies of #CB83C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83C4

Black with #CB83C4

Text Example


Text Example

White with #CB83C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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