Html Css Color HEX #CF7ED5 Orchid

📋 copy color: '#CF7ED5'

red 207 ◦ green 126 ◦ blue 213

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

Shades of Orchid #CF7ED5

Tints of Orchid #CF7ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 37.91%
G = 23.08%
B = 39.01%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF7ED5 (or 0xCF7ED5) is known color: Orchid. HEX triplet: CF, 7E and D5. RGB value is (207,126,213). Sum of RGB (Red+Green+Blue) = 207+126+213=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ED5 is #30812A. Grayscale: #9F9F9F. Windows color (decimal): -3178795 or 13991631. OLE color: 13991631.

HSL color Cylindrical-coordinate representation of color #CF7ED5: hue angle of 295.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7ED5 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 126 213 -
CMYK 0.03 0.41 0 0.16
HSL 295.86º 0.51% 0.66% -
HSV(B) 295.86º 0.41% 0.84% -
XYZ 45.2 32.99 66.94 -
YUV 160.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 207 126 213 0.03 0.41 0 0.16 295.86 0.51 0.66
Hex CF 7E D5 3 29 0 10 128 33 42
Octal 317 176 325 3 51 0 20 450 63 102
Binary 11001111 1111110 11010101 11 101001 0 10000 100101000 110011 1000010

Color Harmonies of #CF7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ED5

Black with #CF7ED5

Text Example


Text Example

White with #CF7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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