Html Css Color HEX #CB3FD8 Medium Orchid

📋 copy color: '#CB3FD8'

red 203 ◦ green 63 ◦ blue 216

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

Shades of Medium Orchid #CB3FD8

Tints of Medium Orchid #CB3FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 42.12%
G = 13.07%
B = 44.81%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB3FD8 (or 0xCB3FD8) is known color: Medium Orchid. HEX triplet: CB, 3F and D8. RGB value is (203,63,216). Sum of RGB (Red+Green+Blue) = 203+63+216=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB3FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FD8 is #34C027. Grayscale: #797979. Windows color (decimal): -3457064 or 14172107. OLE color: 14172107.

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

Color convert

RGB 203 63 216 -
CMYK 0.06 0.71 0 0.15
HSL 294.9º 0.66% 0.55% -
HSV(B) 294.9º 0.71% 0.85% -
XYZ 38.8 21.21 67.01 -
YUV 122.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 203 63 216 0.06 0.71 0 0.15 294.9 0.66 0.55
Hex CB 3F D8 6 47 0 F 127 42 37
Octal 313 77 330 6 107 0 17 447 102 67
Binary 11001011 111111 11011000 110 1000111 0 1111 100100111 1000010 110111

Color Harmonies of #CB3FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FD8

Black with #CB3FD8

Text Example


Text Example

White with #CB3FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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