Html Css Color HEX #CB3FE0 Medium Orchid

📋 copy color: '#CB3FE0'

red 203 ◦ green 63 ◦ blue 224

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

Shades of Medium Orchid #CB3FE0

Tints of Medium Orchid #CB3FE0

RGB

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

 GREEN value IS 63 (25% from 255) = 12.86%

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

R = 41.43%
G = 12.86%
B = 45.71%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB3FE0 (or 0xCB3FE0) is known color: Medium Orchid. HEX triplet: CB, 3F and E0. RGB value is (203,63,224). Sum of RGB (Red+Green+Blue) = 203+63+224=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB3FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FE0 is #34C01F. Grayscale: #7A7A7A. Windows color (decimal): -3457056 or 14696395. OLE color: 14696395.

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

Color convert

RGB 203 63 224 -
CMYK 0.09 0.72 0 0.12
HSL 292.17º 0.72% 0.56% -
HSV(B) 292.17º 0.72% 0.88% -
XYZ 39.86 21.63 72.6 -
YUV 123.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 203 63 224 0.09 0.72 0 0.12 292.17 0.72 0.56
Hex CB 3F E0 9 48 0 C 124 48 38
Octal 313 77 340 11 110 0 14 444 110 70
Binary 11001011 111111 11100000 1001 1001000 0 1100 100100100 1001000 111000

Color Harmonies of #CB3FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FE0

Black with #CB3FE0

Text Example


Text Example

White with #CB3FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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