Html Css Color HEX #CF30EA Medium Orchid

📋 copy color: '#CF30EA'

red 207 ◦ green 48 ◦ blue 234

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

Shades of Medium Orchid #CF30EA

Tints of Medium Orchid #CF30EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.82%

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

R = 42.33%
G = 9.82%
B = 47.85%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF30EA (or 0xCF30EA) is known color: Medium Orchid. HEX triplet: CF, 30 and EA. RGB value is (207,48,234). Sum of RGB (Red+Green+Blue) = 207+48+234=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF30EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF30EA is #30CF15. Grayscale: #747474. Windows color (decimal): -3198742 or 15347919. OLE color: 15347919.

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

Color convert

RGB 207 48 234 -
CMYK 0.12 0.79 0 0.08
HSL 291.29º 0.82% 0.55% -
HSV(B) 291.29º 0.79% 0.92% -
XYZ 41.64 21.32 79.76 -
YUV 116.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 207 48 234 0.12 0.79 0 0.08 291.29 0.82 0.55
Hex CF 30 EA C 4F 0 8 123 52 37
Octal 317 60 352 14 117 0 10 443 122 67
Binary 11001111 110000 11101010 1100 1001111 0 1000 100100011 1010010 110111

Color Harmonies of #CF30EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30EA

Black with #CF30EA

Text Example


Text Example

White with #CF30EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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