Html Css Color HEX #CF3ADF Medium Orchid

📋 copy color: '#CF3ADF'

red 207 ◦ green 58 ◦ blue 223

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

Shades of Medium Orchid #CF3ADF

Tints of Medium Orchid #CF3ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 42.42%
G = 11.89%
B = 45.7%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3ADF (or 0xCF3ADF) is known color: Medium Orchid. HEX triplet: CF, 3A and DF. RGB value is (207,58,223). Sum of RGB (Red+Green+Blue) = 207+58+223=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ADF is #30C520. Grayscale: #787878. Windows color (decimal): -3196193 or 14629583. OLE color: 14629583.

HSL color Cylindrical-coordinate representation of color #CF3ADF: hue angle of 294.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3ADF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 58 223 -
CMYK 0.07 0.74 0 0.13
HSL 294.18º 0.72% 0.55% -
HSV(B) 294.18º 0.74% 0.87% -
XYZ 40.56 21.62 71.85 -
YUV 121.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 207 58 223 0.07 0.74 0 0.13 294.18 0.72 0.55
Hex CF 3A DF 7 4A 0 D 126 48 37
Octal 317 72 337 7 112 0 15 446 110 67
Binary 11001111 111010 11011111 111 1001010 0 1101 100100110 1001000 110111

Color Harmonies of #CF3ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3ADF

Black with #CF3ADF

Text Example


Text Example

White with #CF3ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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