Html Css Color HEX #CF4ADF Medium Orchid

📋 copy color: '#CF4ADF'

red 207 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #CF4ADF

Tints of Medium Orchid #CF4ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.68%

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

R = 41.07%
G = 14.68%
B = 44.25%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF4ADF (or 0xCF4ADF) is known color: Medium Orchid. HEX triplet: CF, 4A and DF. RGB value is (207,74,223). Sum of RGB (Red+Green+Blue) = 207+74+223=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ADF is #30B520. Grayscale: #828282. Windows color (decimal): -3192097 or 14633679. OLE color: 14633679.

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

Color convert

RGB 207 74 223 -
CMYK 0.07 0.67 0 0.13
HSL 293.56º 0.7% 0.58% -
HSV(B) 293.56º 0.67% 0.87% -
XYZ 41.5 23.49 72.16 -
YUV 130.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 207 74 223 0.07 0.67 0 0.13 293.56 0.7 0.58
Hex CF 4A DF 7 43 0 D 126 46 3A
Octal 317 112 337 7 103 0 15 446 106 72
Binary 11001111 1001010 11011111 111 1000011 0 1101 100100110 1000110 111010

Color Harmonies of #CF4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4ADF

Black with #CF4ADF

Text Example


Text Example

White with #CF4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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