Html Css Color HEX #CF3ADB Medium Orchid

📋 copy color: '#CF3ADB'

red 207 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #CF3ADB

Tints of Medium Orchid #CF3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.98%

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

R = 42.77%
G = 11.98%
B = 45.25%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF3ADB (or 0xCF3ADB) is known color: Medium Orchid. HEX triplet: CF, 3A and DB. RGB value is (207,58,219). Sum of RGB (Red+Green+Blue) = 207+58+219=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ADB is #30C524. Grayscale: #787878. Windows color (decimal): -3196197 or 14367439. OLE color: 14367439.

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

Color convert

RGB 207 58 219 -
CMYK 0.05 0.74 0 0.14
HSL 295.53º 0.69% 0.54% -
HSV(B) 295.53º 0.74% 0.86% -
XYZ 40.03 21.41 69.04 -
YUV 120.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 207 58 219 0.05 0.74 0 0.14 295.53 0.69 0.54
Hex CF 3A DB 5 4A 0 E 128 45 36
Octal 317 72 333 5 112 0 16 450 105 66
Binary 11001111 111010 11011011 101 1001010 0 1110 100101000 1000101 110110

Color Harmonies of #CF3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3ADB

Black with #CF3ADB

Text Example


Text Example

White with #CF3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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