Html Css Color HEX #CB3FEE Medium Orchid

📋 copy color: '#CB3FEE'

red 203 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #CB3FEE

Tints of Medium Orchid #CB3FEE

RGB

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

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

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

R = 40.28%
G = 12.5%
B = 47.22%

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

#CB3FEE (or 0xCB3FEE) is known color: Medium Orchid. HEX triplet: CB, 3F and EE. RGB value is (203,63,238). Sum of RGB (Red+Green+Blue) = 203+63+238=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FEE is #34C011. Grayscale: #7C7C7C. Windows color (decimal): -3457042 or 15613899. OLE color: 15613899.

HSL color Cylindrical-coordinate representation of color #CB3FEE: hue angle of 288º 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 #CB3FEE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 63 238 -
CMYK 0.15 0.74 0 0.07
HSL 288º 0.84% 0.59% -
HSV(B) 288º 0.74% 0.93% -
XYZ 41.84 22.42 83.01 -
YUV 124.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 203 63 238 0.15 0.74 0 0.07 288 0.84 0.59
Hex CB 3F EE F 4A 0 7 120 54 3B
Octal 313 77 356 17 112 0 7 440 124 73
Binary 11001011 111111 11101110 1111 1001010 0 111 100100000 1010100 111011

Color Harmonies of #CB3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FEE

Black with #CB3FEE

Text Example


Text Example

White with #CB3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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