Html Css Color HEX #CB4DEE Medium Orchid

📋 copy color: '#CB4DEE'

red 203 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #CB4DEE

Tints of Medium Orchid #CB4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.86%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 39.19%
G = 14.86%
B = 45.95%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB4DEE (or 0xCB4DEE) is known color: Medium Orchid. HEX triplet: CB, 4D and EE. RGB value is (203,77,238). Sum of RGB (Red+Green+Blue) = 203+77+238=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DEE is #34B211. Grayscale: #848484. Windows color (decimal): -3453458 or 15617483. OLE color: 15617483.

HSL color Cylindrical-coordinate representation of color #CB4DEE: hue angle of 286.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4DEE is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 77 238 -
CMYK 0.15 0.68 0 0.07
HSL 286.96º 0.83% 0.62% -
HSV(B) 286.96º 0.68% 0.93% -
XYZ 42.72 24.18 83.3 -
YUV 133.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 203 77 238 0.15 0.68 0 0.07 286.96 0.83 0.62
Hex CB 4D EE F 44 0 7 11F 53 3E
Octal 313 115 356 17 104 0 7 437 123 76
Binary 11001011 1001101 11101110 1111 1000100 0 111 100011111 1010011 111110

Color Harmonies of #CB4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DEE

Black with #CB4DEE

Text Example


Text Example

White with #CB4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DEE; }

 p { color: rgb(203,77,238); }

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

background-color css

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

 a { background-color: rgb(203,77,238); }

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

border-color css

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

 span { border-color: rgb(203,77,238); }

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