Html Css Color HEX #C67DCD Orchid

📋 copy color: '#C67DCD'

red 198 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C67DCD

Tints of Orchid #C67DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 37.5%
G = 23.67%
B = 38.83%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C67DCD (or 0xC67DCD) is known color: Orchid. HEX triplet: C6, 7D and CD. RGB value is (198,125,205). Sum of RGB (Red+Green+Blue) = 198+125+205=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C67DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCD is #398232. Grayscale: #9B9B9B. Windows color (decimal): -3768883 or 13467078. OLE color: 13467078.

HSL color Cylindrical-coordinate representation of color #C67DCD: hue angle of 294.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67DCD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 125 205 -
CMYK 0.03 0.39 0 0.20
HSL 294.75º 0.44% 0.65% -
HSV(B) 294.75º 0.39% 0.8% -
XYZ 41.64 31.08 61.56 -
YUV 155.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 198 125 205 0.03 0.39 0 0.20 294.75 0.44 0.65
Hex C6 7D CD 3 27 0 14 127 2C 41
Octal 306 175 315 3 47 0 24 447 54 101
Binary 11000110 1111101 11001101 11 100111 0 10100 100100111 101100 1000001

Color Harmonies of #C67DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DCD

Black with #C67DCD

Text Example


Text Example

White with #C67DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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