Html Css Color HEX #CF41EA Medium Orchid

📋 copy color: '#CF41EA'

red 207 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #CF41EA

Tints of Medium Orchid #CF41EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.25%

R = 40.91%
G = 12.85%
B = 46.25%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF41EA (or 0xCF41EA) is known color: Medium Orchid. HEX triplet: CF, 41 and EA. RGB value is (207,65,234). Sum of RGB (Red+Green+Blue) = 207+65+234=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF41EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41EA is #30BE15. Grayscale: #7E7E7E. Windows color (decimal): -3194390 or 15352271. OLE color: 15352271.

HSL color Cylindrical-coordinate representation of color #CF41EA: hue angle of 290.41º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF41EA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 65 234 -
CMYK 0.12 0.72 0 0.08
HSL 290.41º 0.8% 0.59% -
HSV(B) 290.41º 0.72% 0.92% -
XYZ 42.47 22.99 80.04 -
YUV 126.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 207 65 234 0.12 0.72 0 0.08 290.41 0.8 0.59
Hex CF 41 EA C 48 0 8 122 50 3B
Octal 317 101 352 14 110 0 10 442 120 73
Binary 11001111 1000001 11101010 1100 1001000 0 1000 100100010 1010000 111011

Color Harmonies of #CF41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41EA

Black with #CF41EA

Text Example


Text Example

White with #CF41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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