Html Css Color HEX #CF38E4 Medium Orchid

📋 copy color: '#CF38E4'

red 207 ◦ green 56 ◦ blue 228

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

Shades of Medium Orchid #CF38E4

Tints of Medium Orchid #CF38E4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.41%

 BLUE value IS 228 (89.45% from 255) = 46.44%

R = 42.16%
G = 11.41%
B = 46.44%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF38E4 (or 0xCF38E4) is known color: Medium Orchid. HEX triplet: CF, 38 and E4. RGB value is (207,56,228). Sum of RGB (Red+Green+Blue) = 207+56+228=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF38E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38E4 is #30C71B. Grayscale: #787878. Windows color (decimal): -3196700 or 14956751. OLE color: 14956751.

HSL color Cylindrical-coordinate representation of color #CF38E4: hue angle of 292.67º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF38E4 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 56 228 -
CMYK 0.09 0.75 0 0.11
HSL 292.67º 0.76% 0.56% -
HSV(B) 292.67º 0.75% 0.89% -
XYZ 41.15 21.7 75.42 -
YUV 120.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 207 56 228 0.09 0.75 0 0.11 292.67 0.76 0.56
Hex CF 38 E4 9 4B 0 B 125 4C 38
Octal 317 70 344 11 113 0 13 445 114 70
Binary 11001111 111000 11100100 1001 1001011 0 1011 100100101 1001100 111000

Color Harmonies of #CF38E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38E4

Black with #CF38E4

Text Example


Text Example

White with #CF38E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38E4; }

 p { color: rgb(207,56,228); }

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

background-color css

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

 a { background-color: rgb(207,56,228); }

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

border-color css

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

 span { border-color: rgb(207,56,228); }

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