Html Css Color HEX #CB37E0 Medium Orchid

📋 copy color: '#CB37E0'

red 203 ◦ green 55 ◦ blue 224

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

Shades of Medium Orchid #CB37E0

Tints of Medium Orchid #CB37E0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.41%

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 42.12%
G = 11.41%
B = 46.47%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB37E0 (or 0xCB37E0) is known color: Medium Orchid. HEX triplet: CB, 37 and E0. RGB value is (203,55,224). Sum of RGB (Red+Green+Blue) = 203+55+224=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37E0 is #34C81F. Grayscale: #757575. Windows color (decimal): -3459104 or 14694347. OLE color: 14694347.

HSL color Cylindrical-coordinate representation of color #CB37E0: hue angle of 292.54º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB37E0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 55 224 -
CMYK 0.09 0.75 0 0.12
HSL 292.54º 0.73% 0.55% -
HSV(B) 292.54º 0.75% 0.88% -
XYZ 39.45 20.81 72.46 -
YUV 118.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 203 55 224 0.09 0.75 0 0.12 292.54 0.73 0.55
Hex CB 37 E0 9 4B 0 C 125 49 37
Octal 313 67 340 11 113 0 14 445 111 67
Binary 11001011 110111 11100000 1001 1001011 0 1100 100100101 1001001 110111

Color Harmonies of #CB37E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37E0

Black with #CB37E0

Text Example


Text Example

White with #CB37E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37E0; }

 p { color: rgb(203,55,224); }

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

background-color css

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

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

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

border-color css

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

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

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