Html Css Color HEX #CF42F3 Medium Orchid

📋 copy color: '#CF42F3'

red 207 ◦ green 66 ◦ blue 243

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

Shades of Medium Orchid #CF42F3

Tints of Medium Orchid #CF42F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.09%

R = 40.12%
G = 12.79%
B = 47.09%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF42F3 (or 0xCF42F3) is known color: Medium Orchid. HEX triplet: CF, 42 and F3. RGB value is (207,66,243). Sum of RGB (Red+Green+Blue) = 207+66+243=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF42F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42F3 is #30BD0C. Grayscale: #7F7F7F. Windows color (decimal): -3194125 or 15942351. OLE color: 15942351.

HSL color Cylindrical-coordinate representation of color #CF42F3: hue angle of 287.8º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF42F3 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 66 243 -
CMYK 0.15 0.73 0 0.05
HSL 287.8º 0.88% 0.61% -
HSV(B) 287.8º 0.73% 0.95% -
XYZ 43.86 23.63 87.04 -
YUV 128.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 207 66 243 0.15 0.73 0 0.05 287.8 0.88 0.61
Hex CF 42 F3 F 49 0 5 120 58 3D
Octal 317 102 363 17 111 0 5 440 130 75
Binary 11001111 1000010 11110011 1111 1001001 0 101 100100000 1011000 111101

Color Harmonies of #CF42F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42F3

Black with #CF42F3

Text Example


Text Example

White with #CF42F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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