Html Css Color HEX #CB42FF Medium Orchid

📋 copy color: '#CB42FF'

red 203 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #CB42FF

Tints of Medium Orchid #CB42FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 38.74%
G = 12.6%
B = 48.66%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB42FF (or 0xCB42FF) is known color: Medium Orchid. HEX triplet: CB, 42 and FF. RGB value is (203,66,255). Sum of RGB (Red+Green+Blue) = 203+66+255=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42FF is #34BD00. Grayscale: #7F7F7F. Windows color (decimal): -3456257 or 16728779. OLE color: 16728779.

HSL color Cylindrical-coordinate representation of color #CB42FF: hue angle of 283.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB42FF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 66 255 -
CMYK 0.20 0.74 0 0
HSL 283.49º 1% 0.63% -
HSV(B) 283.49º 0.74% 1% -
XYZ 44.63 23.81 96.85 -
YUV 128.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 203 66 255 0.20 0.74 0 0 283.49 1 0.63
Hex CB 42 FF 14 4A 0 0 11B 64 3F
Octal 313 102 377 24 112 0 0 433 144 77
Binary 11001011 1000010 11111111 10100 1001010 0 0 100011011 1100100 111111

Color Harmonies of #CB42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42FF

Black with #CB42FF

Text Example


Text Example

White with #CB42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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