Html Css Color HEX #C67AD5 Orchid

📋 copy color: '#C67AD5'

red 198 ◦ green 122 ◦ blue 213

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

Shades of Orchid #C67AD5

Tints of Orchid #C67AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.89%

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

R = 37.15%
G = 22.89%
B = 39.96%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C67AD5 (or 0xC67AD5) is known color: Orchid. HEX triplet: C6, 7A and D5. RGB value is (198,122,213). Sum of RGB (Red+Green+Blue) = 198+122+213=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #C67AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67AD5 is #39852A. Grayscale: #9A9A9A. Windows color (decimal): -3769643 or 13990598. OLE color: 13990598.

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

Color convert

RGB 198 122 213 -
CMYK 0.07 0.43 0 0.16
HSL 290.11º 0.52% 0.66% -
HSV(B) 290.11º 0.43% 0.84% -
XYZ 42.26 30.73 66.65 -
YUV 155.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 198 122 213 0.07 0.43 0 0.16 290.11 0.52 0.66
Hex C6 7A D5 7 2B 0 10 122 34 42
Octal 306 172 325 7 53 0 20 442 64 102
Binary 11000110 1111010 11010101 111 101011 0 10000 100100010 110100 1000010

Color Harmonies of #C67AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AD5

Black with #C67AD5

Text Example


Text Example

White with #C67AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AD5; }

 p { color: rgb(198,122,213); }

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

background-color css

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

 a { background-color: rgb(198,122,213); }

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

border-color css

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

 span { border-color: rgb(198,122,213); }

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