Html Css Color HEX #CF7ECB Orchid

📋 copy color: '#CF7ECB'

red 207 ◦ green 126 ◦ blue 203

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

Shades of Orchid #CF7ECB

Tints of Orchid #CF7ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 38.62%
G = 23.51%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF7ECB (or 0xCF7ECB) is known color: Orchid. HEX triplet: CF, 7E and CB. RGB value is (207,126,203). Sum of RGB (Red+Green+Blue) = 207+126+203=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECB is #308134. Grayscale: #9E9E9E. Windows color (decimal): -3178805 or 13336271. OLE color: 13336271.

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

Color convert

RGB 207 126 203 -
CMYK 0 0.39 0.02 0.19
HSL 302.96º 0.46% 0.65% -
HSV(B) 302.96º 0.39% 0.81% -
XYZ 43.97 32.5 60.46 -
YUV 159 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 207 126 203 0 0.39 0.02 0.19 302.96 0.46 0.65
Hex CF 7E CB 0 27 2 13 12F 2E 41
Octal 317 176 313 0 47 2 23 457 56 101
Binary 11001111 1111110 11001011 0 100111 10 10011 100101111 101110 1000001

Color Harmonies of #CF7ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ECB

Black with #CF7ECB

Text Example


Text Example

White with #CF7ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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