Html Css Color HEX #CF41FA Medium Orchid

📋 copy color: '#CF41FA'

red 207 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #CF41FA

Tints of Medium Orchid #CF41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.45%

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

R = 39.66%
G = 12.45%
B = 47.89%

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

#CF41FA (or 0xCF41FA) is known color: Medium Orchid. HEX triplet: CF, 41 and FA. RGB value is (207,65,250). Sum of RGB (Red+Green+Blue) = 207+65+250=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41FA is #30BE05. Grayscale: #7F7F7F. Windows color (decimal): -3194374 or 16400847. OLE color: 16400847.

HSL color Cylindrical-coordinate representation of color #CF41FA: hue angle of 286.05º 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 #CF41FA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 65 250 -
CMYK 0.17 0.74 0 0.02
HSL 286.05º 0.95% 0.62% -
HSV(B) 286.05º 0.74% 0.98% -
XYZ 44.88 23.95 92.7 -
YUV 128.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 207 65 250 0.17 0.74 0 0.02 286.05 0.95 0.62
Hex CF 41 FA 11 4A 0 2 11E 5F 3E
Octal 317 101 372 21 112 0 2 436 137 76
Binary 11001111 1000001 11111010 10001 1001010 0 10 100011110 1011111 111110

Color Harmonies of #CF41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41FA

Black with #CF41FA

Text Example


Text Example

White with #CF41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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