Html Css Color HEX #C67ED3 Orchid

📋 copy color: '#C67ED3'

red 198 ◦ green 126 ◦ blue 211

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

Shades of Orchid #C67ED3

Tints of Orchid #C67ED3

RGB

 RED value IS 198 (77.73% from 255) = 37.01%

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

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

R = 37.01%
G = 23.55%
B = 39.44%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C67ED3 (or 0xC67ED3) is known color: Orchid. HEX triplet: C6, 7E and D3. RGB value is (198,126,211). Sum of RGB (Red+Green+Blue) = 198+126+211=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #C67ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ED3 is #39812C. Grayscale: #9C9C9C. Windows color (decimal): -3768621 or 13860550. OLE color: 13860550.

HSL color Cylindrical-coordinate representation of color #C67ED3: hue angle of 290.82º 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 #C67ED3 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 126 211 -
CMYK 0.06 0.40 0 0.17
HSL 290.82º 0.49% 0.66% -
HSV(B) 290.82º 0.4% 0.83% -
XYZ 42.51 31.63 65.49 -
YUV 157.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 198 126 211 0.06 0.40 0 0.17 290.82 0.49 0.66
Hex C6 7E D3 6 28 0 11 123 31 42
Octal 306 176 323 6 50 0 21 443 61 102
Binary 11000110 1111110 11010011 110 101000 0 10001 100100011 110001 1000010

Color Harmonies of #C67ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67ED3

Black with #C67ED3

Text Example


Text Example

White with #C67ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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