Html Css Color HEX #CB3EDA Medium Orchid

📋 copy color: '#CB3EDA'

red 203 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #CB3EDA

Tints of Medium Orchid #CB3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.84%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 42.03%
G = 12.84%
B = 45.13%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB3EDA (or 0xCB3EDA) is known color: Medium Orchid. HEX triplet: CB, 3E and DA. RGB value is (203,62,218). Sum of RGB (Red+Green+Blue) = 203+62+218=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EDA is #34C125. Grayscale: #797979. Windows color (decimal): -3457318 or 14302923. OLE color: 14302923.

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

Color convert

RGB 203 62 218 -
CMYK 0.07 0.72 0 0.15
HSL 294.23º 0.68% 0.55% -
HSV(B) 294.23º 0.72% 0.85% -
XYZ 39.01 21.2 68.37 -
YUV 121.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 203 62 218 0.07 0.72 0 0.15 294.23 0.68 0.55
Hex CB 3E DA 7 48 0 F 126 44 37
Octal 313 76 332 7 110 0 17 446 104 67
Binary 11001011 111110 11011010 111 1001000 0 1111 100100110 1000100 110111

Color Harmonies of #CB3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EDA

Black with #CB3EDA

Text Example


Text Example

White with #CB3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EDA; }

 p { color: rgb(203,62,218); }

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

background-color css

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

 a { background-color: rgb(203,62,218); }

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

border-color css

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

 span { border-color: rgb(203,62,218); }

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