Html Css Color HEX #CF34ED Medium Orchid

📋 copy color: '#CF34ED'

red 207 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #CF34ED

Tints of Medium Orchid #CF34ED

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.48%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 41.73%
G = 10.48%
B = 47.78%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF34ED (or 0xCF34ED) is known color: Medium Orchid. HEX triplet: CF, 34 and ED. RGB value is (207,52,237). Sum of RGB (Red+Green+Blue) = 207+52+237=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34ED is #30CB12. Grayscale: #767676. Windows color (decimal): -3197715 or 15545551. OLE color: 15545551.

HSL color Cylindrical-coordinate representation of color #CF34ED: hue angle of 290.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF34ED is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 52 237 -
CMYK 0.13 0.78 0 0.07
HSL 290.27º 0.84% 0.57% -
HSV(B) 290.27º 0.78% 0.93% -
XYZ 42.25 21.84 82.11 -
YUV 119.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 207 52 237 0.13 0.78 0 0.07 290.27 0.84 0.57
Hex CF 34 ED D 4E 0 7 122 54 39
Octal 317 64 355 15 116 0 7 442 124 71
Binary 11001111 110100 11101101 1101 1001110 0 111 100100010 1010100 111001

Color Harmonies of #CF34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF34ED

Black with #CF34ED

Text Example


Text Example

White with #CF34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF34ED; }

 p { color: rgb(207,52,237); }

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

background-color css

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

 a { background-color: rgb(207,52,237); }

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

border-color css

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

 span { border-color: rgb(207,52,237); }

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