Html Css Color HEX #CF7ED3 Orchid

📋 copy color: '#CF7ED3'

red 207 ◦ green 126 ◦ blue 211

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

Shades of Orchid #CF7ED3

Tints of Orchid #CF7ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 38.05%
G = 23.16%
B = 38.79%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF7ED3 (or 0xCF7ED3) is known color: Orchid. HEX triplet: CF, 7E and D3. RGB value is (207,126,211). Sum of RGB (Red+Green+Blue) = 207+126+211=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF7ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ED3 is #30812C. Grayscale: #9F9F9F. Windows color (decimal): -3178797 or 13860559. OLE color: 13860559.

HSL color Cylindrical-coordinate representation of color #CF7ED3: hue angle of 297.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7ED3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 126 211 -
CMYK 0.02 0.40 0 0.17
HSL 297.18º 0.49% 0.66% -
HSV(B) 297.18º 0.4% 0.83% -
XYZ 44.95 32.89 65.61 -
YUV 159.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 207 126 211 0.02 0.40 0 0.17 297.18 0.49 0.66
Hex CF 7E D3 2 28 0 11 129 31 42
Octal 317 176 323 2 50 0 21 451 61 102
Binary 11001111 1111110 11010011 10 101000 0 10001 100101001 110001 1000010

Color Harmonies of #CF7ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ED3

Black with #CF7ED3

Text Example


Text Example

White with #CF7ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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