Html Css Color HEX #CB3DEE Medium Orchid

📋 copy color: '#CB3DEE'

red 203 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #CB3DEE

Tints of Medium Orchid #CB3DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.15%

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

R = 40.44%
G = 12.15%
B = 47.41%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3DEE (or 0xCB3DEE) is known color: Medium Orchid. HEX triplet: CB, 3D and EE. RGB value is (203,61,238). Sum of RGB (Red+Green+Blue) = 203+61+238=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB3DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DEE is #34C211. Grayscale: #7B7B7B. Windows color (decimal): -3457554 or 15613387. OLE color: 15613387.

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

Color convert

RGB 203 61 238 -
CMYK 0.15 0.74 0 0.07
HSL 288.14º 0.84% 0.59% -
HSV(B) 288.14º 0.74% 0.93% -
XYZ 41.73 22.21 82.98 -
YUV 123.64 192.54 184.61 -
System Red Green Blue C M Y K H S L
Decimal 203 61 238 0.15 0.74 0 0.07 288.14 0.84 0.59
Hex CB 3D EE F 4A 0 7 120 54 3B
Octal 313 75 356 17 112 0 7 440 124 73
Binary 11001011 111101 11101110 1111 1001010 0 111 100100000 1010100 111011

Color Harmonies of #CB3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3DEE

Black with #CB3DEE

Text Example


Text Example

White with #CB3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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