Html Css Color HEX #C67DDA Orchid

📋 copy color: '#C67DDA'

red 198 ◦ green 125 ◦ blue 218

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

Shades of Orchid #C67DDA

Tints of Orchid #C67DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 36.6%
G = 23.11%
B = 40.3%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C67DDA (or 0xC67DDA) is known color: Orchid. HEX triplet: C6, 7D and DA. RGB value is (198,125,218). Sum of RGB (Red+Green+Blue) = 198+125+218=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #C67DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DDA is #398225. Grayscale: #9D9D9D. Windows color (decimal): -3768870 or 14319046. OLE color: 14319046.

HSL color Cylindrical-coordinate representation of color #C67DDA: hue angle of 287.1º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67DDA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 125 218 -
CMYK 0.09 0.43 0 0.15
HSL 287.1º 0.56% 0.67% -
HSV(B) 287.1º 0.43% 0.85% -
XYZ 43.28 31.73 70.17 -
YUV 157.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 198 125 218 0.09 0.43 0 0.15 287.1 0.56 0.67
Hex C6 7D DA 9 2B 0 F 11F 38 43
Octal 306 175 332 11 53 0 17 437 70 103
Binary 11000110 1111101 11011010 1001 101011 0 1111 100011111 111000 1000011

Color Harmonies of #C67DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DDA

Black with #C67DDA

Text Example


Text Example

White with #C67DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DDA; }

 p { color: rgb(198,125,218); }

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

background-color css

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

 a { background-color: rgb(198,125,218); }

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

border-color css

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

 span { border-color: rgb(198,125,218); }

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