Html Css Color HEX #CF3CDB Medium Orchid

📋 copy color: '#CF3CDB'

red 207 ◦ green 60 ◦ blue 219

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

Shades of Medium Orchid #CF3CDB

Tints of Medium Orchid #CF3CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.35%

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

R = 42.59%
G = 12.35%
B = 45.06%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF3CDB (or 0xCF3CDB) is known color: Medium Orchid. HEX triplet: CF, 3C and DB. RGB value is (207,60,219). Sum of RGB (Red+Green+Blue) = 207+60+219=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CDB is #30C324. Grayscale: #797979. Windows color (decimal): -3195685 or 14367951. OLE color: 14367951.

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

Color convert

RGB 207 60 219 -
CMYK 0.05 0.73 0 0.14
HSL 295.47º 0.69% 0.55% -
HSV(B) 295.47º 0.73% 0.86% -
XYZ 40.13 21.61 69.07 -
YUV 122.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 207 60 219 0.05 0.73 0 0.14 295.47 0.69 0.55
Hex CF 3C DB 5 49 0 E 127 45 37
Octal 317 74 333 5 111 0 16 447 105 67
Binary 11001111 111100 11011011 101 1001001 0 1110 100100111 1000101 110111

Color Harmonies of #CF3CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CDB

Black with #CF3CDB

Text Example


Text Example

White with #CF3CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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