Html Css Color HEX #CB42FD Medium Orchid

📋 copy color: '#CB42FD'

red 203 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #CB42FD

Tints of Medium Orchid #CB42FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 38.89%
G = 12.64%
B = 48.47%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB42FD (or 0xCB42FD) is known color: Medium Orchid. HEX triplet: CB, 42 and FD. RGB value is (203,66,253). Sum of RGB (Red+Green+Blue) = 203+66+253=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42FD is #34BD02. Grayscale: #7F7F7F. Windows color (decimal): -3456259 or 16597707. OLE color: 16597707.

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

Color convert

RGB 203 66 253 -
CMYK 0.20 0.74 0 0.01
HSL 283.96º 0.98% 0.63% -
HSV(B) 283.96º 0.74% 0.99% -
XYZ 44.31 23.68 95.16 -
YUV 128.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 203 66 253 0.20 0.74 0 0.01 283.96 0.98 0.63
Hex CB 42 FD 14 4A 0 1 11C 62 3F
Octal 313 102 375 24 112 0 1 434 142 77
Binary 11001011 1000010 11111101 10100 1001010 0 1 100011100 1100010 111111

Color Harmonies of #CB42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42FD

Black with #CB42FD

Text Example


Text Example

White with #CB42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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