Html Css Color HEX #CB3FD7 Medium Orchid

📋 copy color: '#CB3FD7'

red 203 ◦ green 63 ◦ blue 215

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

Shades of Medium Orchid #CB3FD7

Tints of Medium Orchid #CB3FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 42.2%
G = 13.1%
B = 44.7%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB3FD7 (or 0xCB3FD7) is known color: Medium Orchid. HEX triplet: CB, 3F and D7. RGB value is (203,63,215). Sum of RGB (Red+Green+Blue) = 203+63+215=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB3FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FD7 is #34C028. Grayscale: #797979. Windows color (decimal): -3457065 or 14106571. OLE color: 14106571.

HSL color Cylindrical-coordinate representation of color #CB3FD7: hue angle of 295.26º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3FD7 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 63 215 -
CMYK 0.06 0.71 0 0.16
HSL 295.26º 0.66% 0.55% -
HSV(B) 295.26º 0.71% 0.84% -
XYZ 38.67 21.16 66.34 -
YUV 122.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 203 63 215 0.06 0.71 0 0.16 295.26 0.66 0.55
Hex CB 3F D7 6 47 0 10 127 42 37
Octal 313 77 327 6 107 0 20 447 102 67
Binary 11001011 111111 11010111 110 1000111 0 10000 100100111 1000010 110111

Color Harmonies of #CB3FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FD7

Black with #CB3FD7

Text Example


Text Example

White with #CB3FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FD7; }

 p { color: rgb(203,63,215); }

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

background-color css

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

 a { background-color: rgb(203,63,215); }

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

border-color css

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

 span { border-color: rgb(203,63,215); }

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