Html Css Color HEX #CB4FDD Medium Orchid

📋 copy color: '#CB4FDD'

red 203 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #CB4FDD

Tints of Medium Orchid #CB4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 40.36%
G = 15.71%
B = 43.94%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB4FDD (or 0xCB4FDD) is known color: Medium Orchid. HEX triplet: CB, 4F and DD. RGB value is (203,79,221). Sum of RGB (Red+Green+Blue) = 203+79+221=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FDD is #34B022. Grayscale: #838383. Windows color (decimal): -3452963 or 14503883. OLE color: 14503883.

HSL color Cylindrical-coordinate representation of color #CB4FDD: hue angle of 292.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4FDD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 79 221 -
CMYK 0.08 0.64 0 0.13
HSL 292.39º 0.68% 0.59% -
HSV(B) 292.39º 0.64% 0.87% -
XYZ 40.48 23.51 70.81 -
YUV 132.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 203 79 221 0.08 0.64 0 0.13 292.39 0.68 0.59
Hex CB 4F DD 8 40 0 D 124 44 3B
Octal 313 117 335 10 100 0 15 444 104 73
Binary 11001011 1001111 11011101 1000 1000000 0 1101 100100100 1000100 111011

Color Harmonies of #CB4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4FDD

Black with #CB4FDD

Text Example


Text Example

White with #CB4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4FDD; }

 p { color: rgb(203,79,221); }

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

background-color css

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

 a { background-color: rgb(203,79,221); }

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

border-color css

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

 span { border-color: rgb(203,79,221); }

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