Html Css Color HEX #CF30DB Medium Orchid

📋 copy color: '#CF30DB'

red 207 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #CF30DB

Tints of Medium Orchid #CF30DB

RGB

 RED value IS 207 (81.25% from 255) = 43.67%

 GREEN value IS 48 (19.14% from 255) = 10.13%

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

R = 43.67%
G = 10.13%
B = 46.2%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF30DB (or 0xCF30DB) is known color: Medium Orchid. HEX triplet: CF, 30 and DB. RGB value is (207,48,219). Sum of RGB (Red+Green+Blue) = 207+48+219=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30DB is #30CF24. Grayscale: #727272. Windows color (decimal): -3198757 or 14364879. OLE color: 14364879.

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

Color convert

RGB 207 48 219 -
CMYK 0.05 0.78 0 0.14
HSL 295.79º 0.7% 0.52% -
HSV(B) 295.79º 0.78% 0.86% -
XYZ 39.58 20.49 68.89 -
YUV 115.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 207 48 219 0.05 0.78 0 0.14 295.79 0.7 0.52
Hex CF 30 DB 5 4E 0 E 128 46 34
Octal 317 60 333 5 116 0 16 450 106 64
Binary 11001111 110000 11011011 101 1001110 0 1110 100101000 1000110 110100

Color Harmonies of #CF30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30DB

Black with #CF30DB

Text Example


Text Example

White with #CF30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30DB; }

 p { color: rgb(207,48,219); }

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

background-color css

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

 a { background-color: rgb(207,48,219); }

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

border-color css

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

 span { border-color: rgb(207,48,219); }

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