Html Css Color HEX #CD2FDB Medium Orchid

📋 copy color: '#CD2FDB'

red 205 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #CD2FDB

Tints of Medium Orchid #CD2FDB

RGB

 RED value IS 205 (80.47% from 255) = 43.52%

 GREEN value IS 47 (18.75% from 255) = 9.98%

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 43.52%
G = 9.98%
B = 46.5%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2FDB (or 0xCD2FDB) is known color: Medium Orchid. HEX triplet: CD, 2F and DB. RGB value is (205,47,219). Sum of RGB (Red+Green+Blue) = 205+47+219=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2FDB is #32D024. Grayscale: #717171. Windows color (decimal): -3330085 or 14364621. OLE color: 14364621.

HSL color Cylindrical-coordinate representation of color #CD2FDB: hue angle of 295.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2FDB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 47 219 -
CMYK 0.06 0.79 0 0.14
HSL 295.12º 0.7% 0.52% -
HSV(B) 295.12º 0.79% 0.86% -
XYZ 38.98 20.13 68.85 -
YUV 113.85 187.35 193.01 -
System Red Green Blue C M Y K H S L
Decimal 205 47 219 0.06 0.79 0 0.14 295.12 0.7 0.52
Hex CD 2F DB 6 4F 0 E 127 46 34
Octal 315 57 333 6 117 0 16 447 106 64
Binary 11001101 101111 11011011 110 1001111 0 1110 100100111 1000110 110100

Color Harmonies of #CD2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2FDB

Black with #CD2FDB

Text Example


Text Example

White with #CD2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2FDB; }

 p { color: rgb(205,47,219); }

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

background-color css

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

 a { background-color: rgb(205,47,219); }

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

border-color css

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

 span { border-color: rgb(205,47,219); }

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