Html Css Color HEX #CF40FA Medium Orchid

📋 copy color: '#CF40FA'

red 207 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #CF40FA

Tints of Medium Orchid #CF40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.28%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 39.73%
G = 12.28%
B = 47.98%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF40FA (or 0xCF40FA) is known color: Medium Orchid. HEX triplet: CF, 40 and FA. RGB value is (207,64,250). Sum of RGB (Red+Green+Blue) = 207+64+250=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40FA is #30BF05. Grayscale: #7F7F7F. Windows color (decimal): -3194630 or 16400591. OLE color: 16400591.

HSL color Cylindrical-coordinate representation of color #CF40FA: hue angle of 286.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF40FA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 64 250 -
CMYK 0.17 0.74 0 0.02
HSL 286.13º 0.95% 0.62% -
HSV(B) 286.13º 0.74% 0.98% -
XYZ 44.82 23.83 92.68 -
YUV 127.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 207 64 250 0.17 0.74 0 0.02 286.13 0.95 0.62
Hex CF 40 FA 11 4A 0 2 11E 5F 3E
Octal 317 100 372 21 112 0 2 436 137 76
Binary 11001111 1000000 11111010 10001 1001010 0 10 100011110 1011111 111110

Color Harmonies of #CF40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40FA

Black with #CF40FA

Text Example


Text Example

White with #CF40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40FA; }

 p { color: rgb(207,64,250); }

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

background-color css

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

 a { background-color: rgb(207,64,250); }

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

border-color css

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

 span { border-color: rgb(207,64,250); }

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