Html Css Color HEX #CF7EBC Orchid

📋 copy color: '#CF7EBC'

red 207 ◦ green 126 ◦ blue 188

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

Shades of Orchid #CF7EBC

Tints of Orchid #CF7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 39.73%
G = 24.18%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF7EBC (or 0xCF7EBC) is known color: Orchid. HEX triplet: CF, 7E and BC. RGB value is (207,126,188). Sum of RGB (Red+Green+Blue) = 207+126+188=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EBC is #308143. Grayscale: #9D9D9D. Windows color (decimal): -3178820 or 12353231. OLE color: 12353231.

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

Color convert

RGB 207 126 188 -
CMYK 0 0.39 0.09 0.19
HSL 314.07º 0.46% 0.65% -
HSV(B) 314.07º 0.39% 0.81% -
XYZ 42.27 31.82 51.49 -
YUV 157.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 207 126 188 0 0.39 0.09 0.19 314.07 0.46 0.65
Hex CF 7E BC 0 27 9 13 13A 2E 41
Octal 317 176 274 0 47 11 23 472 56 101
Binary 11001111 1111110 10111100 0 100111 1001 10011 100111010 101110 1000001

Color Harmonies of #CF7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7EBC

Black with #CF7EBC

Text Example


Text Example

White with #CF7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7EBC; }

 p { color: rgb(207,126,188); }

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

background-color css

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

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

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

border-color css

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

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

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