Html Css Color HEX #CD7FE3 Orchid

📋 copy color: '#CD7FE3'

red 205 ◦ green 127 ◦ blue 227

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

Shades of Orchid #CD7FE3

Tints of Orchid #CD7FE3

RGB

 RED value IS 205 (80.47% from 255) = 36.67%

 GREEN value IS 127 (50% from 255) = 22.72%

 BLUE value IS 227 (89.06% from 255) = 40.61%

R = 36.67%
G = 22.72%
B = 40.61%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD7FE3 (or 0xCD7FE3) is known color: Orchid. HEX triplet: CD, 7F and E3. RGB value is (205,127,227). Sum of RGB (Red+Green+Blue) = 205+127+227=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD7FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FE3 is #32801C. Grayscale: #A1A1A1. Windows color (decimal): -3309597 or 14909389. OLE color: 14909389.

HSL color Cylindrical-coordinate representation of color #CD7FE3: hue angle of 286.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7FE3 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 127 227 -
CMYK 0.10 0.44 0 0.11
HSL 286.8º 0.64% 0.69% -
HSV(B) 286.8º 0.44% 0.89% -
XYZ 46.63 33.7 76.72 -
YUV 161.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 205 127 227 0.10 0.44 0 0.11 286.8 0.64 0.69
Hex CD 7F E3 A 2C 0 B 11F 40 45
Octal 315 177 343 12 54 0 13 437 100 105
Binary 11001101 1111111 11100011 1010 101100 0 1011 100011111 1000000 1000101

Color Harmonies of #CD7FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FE3

Black with #CD7FE3

Text Example


Text Example

White with #CD7FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FE3; }

 p { color: rgb(205,127,227); }

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

background-color css

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

 a { background-color: rgb(205,127,227); }

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

border-color css

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

 span { border-color: rgb(205,127,227); }

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