Html Css Color HEX #CF3DDB Medium Orchid

📋 copy color: '#CF3DDB'

red 207 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #CF3DDB

Tints of Medium Orchid #CF3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.53%

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

R = 42.51%
G = 12.53%
B = 44.97%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF3DDB (or 0xCF3DDB) is known color: Medium Orchid. HEX triplet: CF, 3D and DB. RGB value is (207,61,219). Sum of RGB (Red+Green+Blue) = 207+61+219=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DDB is #30C224. Grayscale: #7A7A7A. Windows color (decimal): -3195429 or 14368207. OLE color: 14368207.

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

Color convert

RGB 207 61 219 -
CMYK 0.05 0.72 0 0.14
HSL 295.44º 0.69% 0.55% -
HSV(B) 295.44º 0.72% 0.86% -
XYZ 40.19 21.72 69.09 -
YUV 122.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 207 61 219 0.05 0.72 0 0.14 295.44 0.69 0.55
Hex CF 3D DB 5 48 0 E 127 45 37
Octal 317 75 333 5 110 0 16 447 105 67
Binary 11001111 111101 11011011 101 1001000 0 1110 100100111 1000101 110111

Color Harmonies of #CF3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3DDB

Black with #CF3DDB

Text Example


Text Example

White with #CF3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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