Html Css Color HEX #CF42EB Medium Orchid

📋 copy color: '#CF42EB'

red 207 ◦ green 66 ◦ blue 235

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

Shades of Medium Orchid #CF42EB

Tints of Medium Orchid #CF42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 40.75%
G = 12.99%
B = 46.26%

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

#CF42EB (or 0xCF42EB) is known color: Medium Orchid. HEX triplet: CF, 42 and EB. RGB value is (207,66,235). Sum of RGB (Red+Green+Blue) = 207+66+235=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF42EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42EB is #30BD14. Grayscale: #7E7E7E. Windows color (decimal): -3194133 or 15418063. OLE color: 15418063.

HSL color Cylindrical-coordinate representation of color #CF42EB: hue angle of 290.06º degrees, saturation: 0.81, 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 #CF42EB is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 66 235 -
CMYK 0.12 0.72 0 0.08
HSL 290.06º 0.81% 0.59% -
HSV(B) 290.06º 0.72% 0.92% -
XYZ 42.68 23.16 80.82 -
YUV 127.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 207 66 235 0.12 0.72 0 0.08 290.06 0.81 0.59
Hex CF 42 EB C 48 0 8 122 51 3B
Octal 317 102 353 14 110 0 10 442 121 73
Binary 11001111 1000010 11101011 1100 1001000 0 1000 100100010 1010001 111011

Color Harmonies of #CF42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42EB

Black with #CF42EB

Text Example


Text Example

White with #CF42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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