Html Css Color HEX #CB42FA Medium Orchid

📋 copy color: '#CB42FA'

red 203 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #CB42FA

Tints of Medium Orchid #CB42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 39.11%
G = 12.72%
B = 48.17%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB42FA (or 0xCB42FA) is known color: Medium Orchid. HEX triplet: CB, 42 and FA. RGB value is (203,66,250). Sum of RGB (Red+Green+Blue) = 203+66+250=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42FA is #34BD05. Grayscale: #7F7F7F. Windows color (decimal): -3456262 or 16401099. OLE color: 16401099.

HSL color Cylindrical-coordinate representation of color #CB42FA: hue angle of 284.67º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB42FA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 66 250 -
CMYK 0.19 0.74 0 0.02
HSL 284.67º 0.95% 0.62% -
HSV(B) 284.67º 0.74% 0.98% -
XYZ 43.83 23.5 92.67 -
YUV 127.94 196.89 181.54 -
System Red Green Blue C M Y K H S L
Decimal 203 66 250 0.19 0.74 0 0.02 284.67 0.95 0.62
Hex CB 42 FA 13 4A 0 2 11D 5F 3E
Octal 313 102 372 23 112 0 2 435 137 76
Binary 11001011 1000010 11111010 10011 1001010 0 10 100011101 1011111 111110

Color Harmonies of #CB42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42FA

Black with #CB42FA

Text Example


Text Example

White with #CB42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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