Html Css Color HEX #CF42E5 Medium Orchid

📋 copy color: '#CF42E5'

red 207 ◦ green 66 ◦ blue 229

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

Shades of Medium Orchid #CF42E5

Tints of Medium Orchid #CF42E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.62%

R = 41.24%
G = 13.15%
B = 45.62%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF42E5 (or 0xCF42E5) is known color: Medium Orchid. HEX triplet: CF, 42 and E5. RGB value is (207,66,229). Sum of RGB (Red+Green+Blue) = 207+66+229=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF42E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42E5 is #30BD1A. Grayscale: #7E7E7E. Windows color (decimal): -3194139 or 15024847. OLE color: 15024847.

HSL color Cylindrical-coordinate representation of color #CF42E5: hue angle of 291.9º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF42E5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 66 229 -
CMYK 0.10 0.71 0 0.10
HSL 291.9º 0.76% 0.58% -
HSV(B) 291.9º 0.71% 0.9% -
XYZ 41.82 22.82 76.33 -
YUV 126.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 207 66 229 0.10 0.71 0 0.10 291.9 0.76 0.58
Hex CF 42 E5 A 47 0 A 124 4C 3A
Octal 317 102 345 12 107 0 12 444 114 72
Binary 11001111 1000010 11100101 1010 1000111 0 1010 100100100 1001100 111010

Color Harmonies of #CF42E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42E5

Black with #CF42E5

Text Example


Text Example

White with #CF42E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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