Html Css Color HEX #CF7DCF Orchid

📋 copy color: '#CF7DCF'

red 207 ◦ green 125 ◦ blue 207

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

Shades of Orchid #CF7DCF

Tints of Orchid #CF7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 38.4%
G = 23.19%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF7DCF (or 0xCF7DCF) is known color: Orchid. HEX triplet: CF, 7D and CF. RGB value is (207,125,207). Sum of RGB (Red+Green+Blue) = 207+125+207=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DCF is #308230. Grayscale: #9E9E9E. Windows color (decimal): -3179057 or 13598159. OLE color: 13598159.

HSL color Cylindrical-coordinate representation of color #CF7DCF: hue angle of 300º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7DCF is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 207 -
CMYK 0 0.40 0 0.19
HSL 300º 0.46% 0.65% -
HSV(B) 300º 0.4% 0.81% -
XYZ 44.33 32.44 62.96 -
YUV 158.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 207 125 207 0 0.40 0 0.19 300 0.46 0.65
Hex CF 7D CF 0 28 0 13 12C 2E 41
Octal 317 175 317 0 50 0 23 454 56 101
Binary 11001111 1111101 11001111 0 101000 0 10011 100101100 101110 1000001

Color Harmonies of #CF7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DCF

Black with #CF7DCF

Text Example


Text Example

White with #CF7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DCF; }

 p { color: rgb(207,125,207); }

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

background-color css

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

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

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

border-color css

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

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

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