Html Css Color HEX #CB42EF Medium Orchid

📋 copy color: '#CB42EF'

red 203 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #CB42EF

Tints of Medium Orchid #CB42EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 39.96%
G = 12.99%
B = 47.05%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB42EF (or 0xCB42EF) is known color: Medium Orchid. HEX triplet: CB, 42 and EF. RGB value is (203,66,239). Sum of RGB (Red+Green+Blue) = 203+66+239=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42EF is #34BD10. Grayscale: #7E7E7E. Windows color (decimal): -3456273 or 15680203. OLE color: 15680203.

HSL color Cylindrical-coordinate representation of color #CB42EF: hue angle of 287.51º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB42EF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 66 239 -
CMYK 0.15 0.72 0 0.06
HSL 287.51º 0.84% 0.6% -
HSV(B) 287.51º 0.72% 0.94% -
XYZ 42.16 22.82 83.85 -
YUV 126.69 191.39 182.43 -
System Red Green Blue C M Y K H S L
Decimal 203 66 239 0.15 0.72 0 0.06 287.51 0.84 0.6
Hex CB 42 EF F 48 0 6 120 54 3C
Octal 313 102 357 17 110 0 6 440 124 74
Binary 11001011 1000010 11101111 1111 1001000 0 110 100100000 1010100 111100

Color Harmonies of #CB42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42EF

Black with #CB42EF

Text Example


Text Example

White with #CB42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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