Html Css Color HEX #C67DCB Orchid

📋 copy color: '#C67DCB'

red 198 ◦ green 125 ◦ blue 203

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

Shades of Orchid #C67DCB

Tints of Orchid #C67DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 37.64%
G = 23.76%
B = 38.59%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C67DCB (or 0xC67DCB) is known color: Orchid. HEX triplet: C6, 7D and CB. RGB value is (198,125,203). Sum of RGB (Red+Green+Blue) = 198+125+203=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C67DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCB is #398234. Grayscale: #9B9B9B. Windows color (decimal): -3768885 or 13336006. OLE color: 13336006.

HSL color Cylindrical-coordinate representation of color #C67DCB: hue angle of 296.15º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67DCB is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 125 203 -
CMYK 0.02 0.38 0 0.20
HSL 296.15º 0.43% 0.64% -
HSV(B) 296.15º 0.38% 0.8% -
XYZ 41.4 30.98 60.3 -
YUV 155.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 198 125 203 0.02 0.38 0 0.20 296.15 0.43 0.64
Hex C6 7D CB 2 26 0 14 128 2B 40
Octal 306 175 313 2 46 0 24 450 53 100
Binary 11000110 1111101 11001011 10 100110 0 10100 100101000 101011 1000000

Color Harmonies of #C67DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DCB

Black with #C67DCB

Text Example


Text Example

White with #C67DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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