Html Css Color HEX #CF43D7 Medium Orchid

📋 copy color: '#CF43D7'

red 207 ◦ green 67 ◦ blue 215

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

Shades of Medium Orchid #CF43D7

Tints of Medium Orchid #CF43D7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.7%

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 42.33%
G = 13.7%
B = 43.97%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF43D7 (or 0xCF43D7) is known color: Medium Orchid. HEX triplet: CF, 43 and D7. RGB value is (207,67,215). Sum of RGB (Red+Green+Blue) = 207+67+215=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 67 (26.56% from 255 or 13.70% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF43D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43D7 is #30BC28. Grayscale: #7D7D7D. Windows color (decimal): -3193897 or 14107599. OLE color: 14107599.

HSL color Cylindrical-coordinate representation of color #CF43D7: hue angle of 296.76º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF43D7 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 67 215 -
CMYK 0.04 0.69 0 0.16
HSL 296.76º 0.65% 0.55% -
HSV(B) 296.76º 0.69% 0.84% -
XYZ 40.01 22.19 66.46 -
YUV 125.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 207 67 215 0.04 0.69 0 0.16 296.76 0.65 0.55
Hex CF 43 D7 4 45 0 10 129 41 37
Octal 317 103 327 4 105 0 20 451 101 67
Binary 11001111 1000011 11010111 100 1000101 0 10000 100101001 1000001 110111

Color Harmonies of #CF43D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43D7

Black with #CF43D7

Text Example


Text Example

White with #CF43D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43D7; }

 p { color: rgb(207,67,215); }

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

background-color css

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

 a { background-color: rgb(207,67,215); }

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

border-color css

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

 span { border-color: rgb(207,67,215); }

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