Html Css Color HEX #CB42ED Medium Orchid

📋 copy color: '#CB42ED'

red 203 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #CB42ED

Tints of Medium Orchid #CB42ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.04%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 40.12%
G = 13.04%
B = 46.84%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB42ED (or 0xCB42ED) is known color: Medium Orchid. HEX triplet: CB, 42 and ED. RGB value is (203,66,237). Sum of RGB (Red+Green+Blue) = 203+66+237=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42ED is #34BD12. Grayscale: #7D7D7D. Windows color (decimal): -3456275 or 15549131. OLE color: 15549131.

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

Color convert

RGB 203 66 237 -
CMYK 0.14 0.72 0 0.07
HSL 288.07º 0.83% 0.59% -
HSV(B) 288.07º 0.72% 0.93% -
XYZ 41.86 22.71 82.3 -
YUV 126.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 203 66 237 0.14 0.72 0 0.07 288.07 0.83 0.59
Hex CB 42 ED E 48 0 7 120 53 3B
Octal 313 102 355 16 110 0 7 440 123 73
Binary 11001011 1000010 11101101 1110 1001000 0 111 100100000 1010011 111011

Color Harmonies of #CB42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42ED

Black with #CB42ED

Text Example


Text Example

White with #CB42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42ED; }

 p { color: rgb(203,66,237); }

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

background-color css

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

 a { background-color: rgb(203,66,237); }

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

border-color css

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

 span { border-color: rgb(203,66,237); }

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