Html Css Color HEX #CF42F6 Medium Orchid

📋 copy color: '#CF42F6'

red 207 ◦ green 66 ◦ blue 246

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

Shades of Medium Orchid #CF42F6

Tints of Medium Orchid #CF42F6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.72%

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

R = 39.88%
G = 12.72%
B = 47.4%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF42F6 (or 0xCF42F6) is known color: Medium Orchid. HEX triplet: CF, 42 and F6. RGB value is (207,66,246). Sum of RGB (Red+Green+Blue) = 207+66+246=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF42F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42F6 is #30BD09. Grayscale: #808080. Windows color (decimal): -3194122 or 16138959. OLE color: 16138959.

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

Color convert

RGB 207 66 246 -
CMYK 0.16 0.73 0 0.04
HSL 287º 0.91% 0.61% -
HSV(B) 287º 0.73% 0.96% -
XYZ 44.31 23.82 89.45 -
YUV 128.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 207 66 246 0.16 0.73 0 0.04 287 0.91 0.61
Hex CF 42 F6 10 49 0 4 11F 5B 3D
Octal 317 102 366 20 111 0 4 437 133 75
Binary 11001111 1000010 11110110 10000 1001001 0 100 100011111 1011011 111101

Color Harmonies of #CF42F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42F6

Black with #CF42F6

Text Example


Text Example

White with #CF42F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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