Html Css Color HEX #CF4AF6 Medium Orchid

📋 copy color: '#CF4AF6'

red 207 ◦ green 74 ◦ blue 246

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

Shades of Medium Orchid #CF4AF6

Tints of Medium Orchid #CF4AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 39.28%
G = 14.04%
B = 46.68%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF4AF6 (or 0xCF4AF6) is known color: Medium Orchid. HEX triplet: CF, 4A and F6. RGB value is (207,74,246). Sum of RGB (Red+Green+Blue) = 207+74+246=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AF6 is #30B509. Grayscale: #848484. Windows color (decimal): -3192074 or 16141007. OLE color: 16141007.

HSL color Cylindrical-coordinate representation of color #CF4AF6: hue angle of 286.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4AF6 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 74 246 -
CMYK 0.16 0.70 0 0.04
HSL 286.4º 0.91% 0.63% -
HSV(B) 286.4º 0.7% 0.96% -
XYZ 44.82 24.82 89.62 -
YUV 133.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 207 74 246 0.16 0.70 0 0.04 286.4 0.91 0.63
Hex CF 4A F6 10 46 0 4 11E 5B 3F
Octal 317 112 366 20 106 0 4 436 133 77
Binary 11001111 1001010 11110110 10000 1000110 0 100 100011110 1011011 111111

Color Harmonies of #CF4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AF6

Black with #CF4AF6

Text Example


Text Example

White with #CF4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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