Html Css Color HEX #CF7ECE Orchid

📋 copy color: '#CF7ECE'

red 207 ◦ green 126 ◦ blue 206

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

Shades of Orchid #CF7ECE

Tints of Orchid #CF7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 38.4%
G = 23.38%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7ECE (or 0xCF7ECE) is known color: Orchid. HEX triplet: CF, 7E and CE. RGB value is (207,126,206). Sum of RGB (Red+Green+Blue) = 207+126+206=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECE is #308131. Grayscale: #9F9F9F. Windows color (decimal): -3178802 or 13532879. OLE color: 13532879.

HSL color Cylindrical-coordinate representation of color #CF7ECE: hue angle of 300.74º 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 #CF7ECE is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 206 -
CMYK 0 0.39 0.00 0.19
HSL 300.74º 0.46% 0.65% -
HSV(B) 300.74º 0.39% 0.81% -
XYZ 44.33 32.64 62.36 -
YUV 159.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 207 126 206 0 0.39 0.00 0.19 300.74 0.46 0.65
Hex CF 7E CE 0 27 0 13 12D 2E 41
Octal 317 176 316 0 47 0 23 455 56 101
Binary 11001111 1111110 11001110 0 100111 0 10011 100101101 101110 1000001

Color Harmonies of #CF7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ECE

Black with #CF7ECE

Text Example


Text Example

White with #CF7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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